std::basic_filebuf
From Cppreference
| Defined in header
<fstream> | ||
| template<
class charT, | ||
Two specializations for common character types are also defined:
typedef basic_filebuf<char> filebuf;
typedef basic_filebuf<wchar_t> wfilebuf;
| This section is incomplete |
[edit] Member types
^ Member type ^ Definition ^ | char_type | charT | | traits_type | Traits | | int_type | Traits::int_type | | pos_type | Traits::pos_type | | off_type | Traits::off_type |
[edit] Member functions
| This section is incomplete |